Downloads

public interface Downloads implements ProfileService

A service that allows working with the downloads.

Functions

Link copied to clipboard
public abstract List<Download> list()
Returns an immutable list of all downloads including already completed downloads during this application session and the active downloads.
Link copied to clipboard
public abstract Profile profile()
Returns the profile of this service.